ucEventEdit.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA


Lines of Code: 96

protected void OnEvtEditOK(object sender, DirectEventArgs e)

	  ok button handler for pathway event edit popup 

public string PatPWEventID

	  patient pathway event id 

public string PatPWID

	  patient pathway event id 

public string EventType

	 event type, 0=new 1=edit 

protected void Page_Load(object sender, EventArgs e)

	  page load 

public void Show(int nType)

	  show the edit pathway event popup 

	

